home *** CD-ROM | disk | FTP | other *** search
/ CICA 1997 August / CICA - The Ultimate Collection of Shareware for Windows (Walnut Creek) (August 1997) (Disc 1).iso / utils / unix / unzip520 / wingui / wizunzip.def < prev    next >
Encoding:
Text File  |  1996-04-18  |  722 b   |  25 lines

  1. ;module-definition file for Windows Unzip-- used by link.exe
  2.  
  3. NAME    WizUnZip       ; application's module name
  4.  
  5. DESCRIPTION 'Windows Info-ZIP Unzip 3.0 by Info-ZIP, Mike White 1995'
  6.  
  7. EXETYPE      WINDOWS
  8.  
  9. STUB    'WINSTUB.EXE' ; Generates error message if application
  10.                       ; is run without Windows
  11.  
  12. ;CODE can be moved in memory and discarded/reloaded
  13. CODE  MOVEABLE
  14.  
  15. ;DATA must be MULTIPLE if program can be invoked more than once
  16. DATA  MOVEABLE MULTIPLE
  17.  
  18. HEAPSIZE  14000 ; need heap for buffers
  19. STACKSIZE 10000 ; need plenty of stack
  20. ; WizUnzip walks a fine line between keeping heap+stack
  21. ; and automatics under <64K and not. Change HEAPSIZE and STACKSIZE
  22. ; only if you have the time to experiment.
  23.  
  24.  
  25.